window: Remove pointless ternary operator
authorTimm Bäder <mail@baedert.org>
Mon, 20 Mar 2017 13:59:14 +0000 (14:59 +0100)
committerTimm Bäder <mail@baedert.org>
Mon, 20 Mar 2017 13:59:14 +0000 (14:59 +0100)
commit69ca360b59f49087a2fd9b604d82c6651579ee48
tree0496cfca3cafb5b048255bdf1add32a610e07061
parent22b493a6ac5f789529b3d82401728788c28477f7
window: Remove pointless ternary operator

we're already checking for orientation == GTK_ORIENTATION_HORIZONTAL
right before this line, so just pass GTK_ORIENTATION_VERTICAL.
gtk/gtkwindow.c